3 # Copyright (c) 2006 Microsoft Corporation. All rights reserved.
5 # The use and distribution terms for this software are contained in the file
6 # named license.txt, which can be found in the root of this distribution.
7 # By using this software in any fashion, you are agreeing to be bound by the
8 # terms of this license.
10 # You must not remove this notice, or any other, from this software.
14 INCLUDES =$(INCLUDES);..\..\clr\src\inc;
20 # binplace binplaces itself
21 BINPLACE_NAME=$(TARGETPATH)\$(TARGET_DIRECTORY)\$(TARGETNAME)
25 MSC_WARNING_LEVEL = /W3 /WX
27 SUBSYSTEM_VERSION=4.00
34 # On Win32, the CRT does not expand wildcards in the argv[] list by
35 # default. To get wildcard expansion, apps should link against
36 # setargv.obj which comes with the SDK. However, this doesn't work
37 # for the PAL. So instead, the PAL has alternate entrypoints which
39 UMENTRYABS=mainCRTStartupWildcard
42 LINKLIBS=$(LINKLIBS) \
43 $(PAL_LIB_PATH)\rotor_pal.lib